home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TSPELLDIALOG / TSPELLDIALOG.txt
Text File  |  2006-04-19  |  3KB  |  171 lines

  1. object SpellDialog: TSpellDialog
  2.   Left = 529
  3.   Top = 253
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxSpelling'
  7.   ClientHeight = 167
  8.   ClientWidth = 432
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnDeactivate = FormDeactivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object NotFoundText: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 63
  25.     Height = 13
  26.     Caption = 'xxNot Found:'
  27.     FocusControl = NotFoundEdit
  28.   end
  29.   object ReplaceWithText: TLabel
  30.     Left = 8
  31.     Top = 36
  32.     Width = 78
  33.     Height = 13
  34.     Caption = 'xxReplace With:'
  35.     FocusControl = ReplaceWithEdit
  36.   end
  37.   object SuggestionsText: TLabel
  38.     Left = 8
  39.     Top = 64
  40.     Width = 71
  41.     Height = 13
  42.     Caption = 'xxSuggestions:'
  43.     FocusControl = SuggestionsListbox
  44.   end
  45.   object NotFoundEdit: TEdit
  46.     Left = 104
  47.     Top = 8
  48.     Width = 140
  49.     Height = 21
  50.     TabStop = False
  51.     ReadOnly = True
  52.     TabOrder = 0
  53.     OnDblClick = NotFoundEditDblClick
  54.   end
  55.   object ReplaceWithEdit: TEdit
  56.     Left = 104
  57.     Top = 35
  58.     Width = 140
  59.     Height = 21
  60.     TabOrder = 1
  61.     OnChange = ReplaceWithEditChange
  62.   end
  63.   object SuggestionsListbox: TListBox
  64.     Left = 104
  65.     Top = 62
  66.     Width = 140
  67.     Height = 99
  68.     ItemHeight = 13
  69.     TabOrder = 2
  70.     OnClick = SuggestionsListboxClick
  71.     OnDblClick = SuggestionsListboxDblClick
  72.   end
  73.   object UndoButton: TButton
  74.     Left = 8
  75.     Top = 111
  76.     Width = 85
  77.     Height = 23
  78.     Caption = 'xxUndo'
  79.     TabOrder = 10
  80.     OnClick = UndoButtonClick
  81.   end
  82.   object OptionsButton: TButton
  83.     Left = 8
  84.     Top = 138
  85.     Width = 85
  86.     Height = 23
  87.     Caption = 'xxOptions'
  88.     TabOrder = 12
  89.     OnClick = OptionsButtonClick
  90.   end
  91.   object IgnoreAllButton: TButton
  92.     Left = 340
  93.     Top = 8
  94.     Width = 85
  95.     Height = 23
  96.     Caption = 'xxIgnore All'
  97.     TabOrder = 4
  98.     OnClick = IgnoreAllButtonClick
  99.   end
  100.   object IgnoreButton: TButton
  101.     Left = 252
  102.     Top = 8
  103.     Width = 85
  104.     Height = 23
  105.     Caption = 'xxIgnore'
  106.     TabOrder = 3
  107.     OnClick = IgnoreButtonClick
  108.   end
  109.   object ChangeAllButton: TButton
  110.     Left = 340
  111.     Top = 35
  112.     Width = 85
  113.     Height = 23
  114.     Caption = 'xxChange All'
  115.     TabOrder = 6
  116.     OnClick = ChangeAllButtonClick
  117.   end
  118.   object ChangeButton: TButton
  119.     Left = 252
  120.     Top = 35
  121.     Width = 85
  122.     Height = 23
  123.     Caption = 'xxChange'
  124.     TabOrder = 5
  125.     OnClick = ChangeButtonClick
  126.   end
  127.   object AddButton: TButton
  128.     Left = 252
  129.     Top = 62
  130.     Width = 85
  131.     Height = 23
  132.     Caption = 'xxAdd'
  133.     TabOrder = 7
  134.     OnClick = AddButtonClick
  135.   end
  136.   object AutoCorrectButton: TButton
  137.     Left = 340
  138.     Top = 62
  139.     Width = 85
  140.     Height = 23
  141.     Caption = 'xxAuto-Correct'
  142.     TabOrder = 8
  143.     OnClick = AutoCorrectButtonClick
  144.   end
  145.   object HelpButton: TButton
  146.     Left = 252
  147.     Top = 138
  148.     Width = 85
  149.     Height = 23
  150.     Caption = 'xxHelp'
  151.     TabOrder = 9
  152.     OnClick = HelpButtonClick
  153.   end
  154.   object CancelButton: TButton
  155.     Left = 340
  156.     Top = 138
  157.     Width = 85
  158.     Height = 23
  159.     Cancel = True
  160.     Caption = 'xxCancel'
  161.     TabOrder = 11
  162.     OnClick = CancelButtonClick
  163.   end
  164.   object DialogControl: TConfigurationDialogCtrl
  165.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  166.     OnPromptWord = DialogControlPromptWord
  167.     Left = 112
  168.     Top = 72
  169.   end
  170. end
  171.